Sandbox Logo

class CaseInsensitiveConcurrentDictionary<T> : System.Collections.Concurrent.ConcurrentDictionary<string, T>

User Comments